func go/doc.sortedFuncs

4 uses

	go/doc (current package)
		doc.go#L134: 		Funcs:      sortedFuncs(r.funcs, true),
		reader.go#L861: 			Funcs:   sortedFuncs(t.funcs, true),
		reader.go#L862: 			Methods: sortedFuncs(t.methods, allMethods),
		reader.go#L883: func sortedFuncs(m methodSet, allMethods bool) []*Func {